/* css */
body {
    background-color: #fff;
    color: #666;
}
body #sitecontent {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0px;
}
.bodylist #sitecontent,
.bodylistpost #sitecontent {
    padding-top: 80px;
}
.agent-pc body #header {
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid #e3e3e3;
}
.agent-pc body #header.mini {
    background: #fff;
}
/* 通用 */
.ff_indexPage .mlist .container_header .title {
    font-family: 宋体;
    display: block;
}
.container_header .subtitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}
.mlist:not(.imagelink) .content_list .item_info .title {
    font-family: 宋体;
    color: #444;
    font-size: 18px;
}
.item_tags > a:hover,
.container_category > a:hover,
.item_tags > a.active,
.container_category > a.active,
.mlist:not(.imagelink) .content_list .item_block:hover .details {
    border-color: transparent;
    background-color: transparent;
    color: #666;
}
.mlist:not(.imagelink) .content_list .details {
    border: none;
    font-family: "Times New Roman", Times, serif;
    text-transform: lowercase;
}
.mlist:not(.imagelink) .content_list .item_des .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-line-clamp: 2 !important;
    -moz-box-orient: vertical;
    color: #b7b7b7;
}
.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_des
    .description {
    color: #aaa;
}
.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title {
    color: #444;
}
#banner div {
    background-position: center;
}
.pageEditor .module_container {
    padding-top: 140px;
}
.project.mlistpost .tabBtn .post-prev:hover .details,
.project.mlistpost .tabBtn .post-next:hover .details {
    border-color: #333;
    background: #333;
}
.project.mlistpost .tabBtn .post-prev .img-wrap,
.project.mlistpost .tabBtn .post-next .img-wrap {
    border-color: #333;
}
.service.mlistpost .tabBtn .post-prev:not(.empty):hover,
.team.mlistpost .tabBtn .post-prev:not(.empty):hover,
.news.mlistpost .tabBtn .post-prev:not(.empty):hover,
.videom.mlistpost .tabBtn .post-prev:not(.empty):hover,
.service.mlistpost .tabBtn .post-next:not(.empty):hover,
.team.mlistpost .tabBtn .post-next:not(.empty):hover,
.news.mlistpost .tabBtn .post-next:not(.empty):hover,
.videom.mlistpost .tabBtn .post-next:not(.empty):hover {
    background: #333;
}
.ff_postPage .item_tags > a {
    padding: 0;
}
.popup .fixed-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 90% !important;
    height: 90% !important;
    right: 0;
    bottom: 0;
    margin: auto !important;
}
/* 导航 */
#navWrapper .content .nav .navitem span:before {
    content: "";
}
body #navWrapper .content .nav > .navitem > a {
    border-bottom: 1px solid transparent;
}
body #navWrapper .content .nav > .navitem .subnav li a {
    text-align: center;
}
body #navWrapper .content .nav > .navitem:hover .subnav {
    padding: 40px 20px;
}
body #navWrapper .content .nav > .navitem .subnav {
    left: 50%;
    transform: translatex(-50%);
}
body #navWrapper .content .nav > .navitem .subnav {
    top: 101%;
    border-width: 0;
}
body #navWrapper .content .nav > .navitem > a.active {
    color: #181818;
    border-color: #181818;
}
body #navWrapper .content .nav > .navitem .subnav li a {
    color: #666;
}
body #navWrapper .content .nav > .navitem .subnav li a:hover {
    background-color: transparent;
    color: #000;
}
#navWrapper .content .nav .navitem > a:hover span {
    transform: none;
    color: #181818;
}
/* #navWrapper .content .nav .navitem span{
    transition: all 0.3s linear;
} */

/* banner */
.agent-pc #indexPage .ff_topSlider .owl-dots {
    display: block;
}
.agent-pc .ff_topSlider .owl-dots .owl-dot span {
    width: 1px;
    height: 8px;
    background: #9d9d9d;
    border: none;
    border-color: transparent;
    margin: 12px;
    margin-bottom: 52px;
    position: relative;
}
.agent-pc .ff_topSlider .owl-dots .active.owl-dot span,
.agent-pc .ff_topSlider .owl-dots .owl-dot:hover span {
    background: #181818;
    height: 18px;
}
.ff_topSlider .content_list .owl-item.active .item_block p {
    transform: translateY(-120px);
    font-family: 宋体;
    color: #181818;
    text-align: center;
}
.ff_topSlider .content_list .item_block a div {
    vertical-align: middle !important;
}

.ff_topSlider .owl-dots .owl-dot span::after {
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    color: #181818;
    position: absolute;
    top: -30px;
    opacity: 0;
    transform: translatex(-10px);
    left: -8px;
}
.ff_topSlider .owl-dots .owl-dot.active span::after,
.ff_topSlider .owl-dots .owl-dot:hover span::after {
    opacity: 1;
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: 0.3s;
    transition: all 0.3s ease-out 0s;
}

.ff_topSlider .owl-nav .owl-next,
.ff_topSlider .owl-nav .owl-prev {
    background: transparent;
}
.ff_topSlider .owl-nav .owl-prev:hover,
.ff_topSlider .owl-nav .owl-next:hover {
    background-color: #fff;
}
.ff_topSlider .owl-nav .owl-prev .iconfont::before {
    font-size: 20px;
    color: #181818;
    font-family: mofont;
    content: "\e62a";
}
.ff_topSlider .owl-nav .owl-next .iconfont::before {
    font-size: 20px;
    color: #181818;
    font-family: mofont;
    content: "\e607";
}
#sliderDirThemb,
#sliderDotThemb {
    border: 1px solid #fff;
    border-color: #fff;
}

/* 案例 */
.ff_indexPage .project.module {
    padding-top: 100px;
}

.ff_indexPage .project.mlist .container_header {
    float: none;
    /* display:inline-block; */
}
.ff_indexPage .project.mlist .module_container .container_category {
    width: 240px;
    padding-top: 80px;
    float: left;
}

.ff_indexPage .project.mlist .module_container .container_category > a {
    display: block;
    text-align: left;
    border: none;
    margin: 10px 22px;
    position: relative;
    font-size: 14px;
    color: #999;
    background-color: transparent;
}
.ff_indexPage .project.mlist .container_content {
    width: 910px;
    float: right;
    clear: none;
    position: relative;
    top: -52px;
}
.ff_indexPage .project .item_block {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
    margin-bottom: 16px;
}
.ff_indexPage .mlist .content_wrapper {
    padding-top: 0;
}
.ff_indexPage .project .item_block:nth-child(2n) {
    margin-right: 0;
}
.ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a
    span::before {
    content: "";
    width: 0px;
    height: 1px;
    background-color: #000;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: absolute;
    top: 50%;
    left: -22px;
}
.ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a:hover
    span::before {
    width: 20px;
}
.ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a.active
    span::before {
    width: 20px;
    height: 1px;
    background-color: #000;
}
.item_tags > a,
.container_category > a {
    border: none;
}
.ff_indexPage .project.mlist .module_container .item_tags > a:hover,
.ff_indexPage .project.mlist .module_container .container_category > a:hover,
.ff_indexPage .project.mlist .module_container .item_tags > a.active,
.ff_indexPage .project.mlist .module_container .container_category > a.active {
    background-color: transparent;
    color: #444;
    border-color: transparent;
}
.ff_indexPage .project.mlist .module_container .container_category > a.ff_more {
    color: transparent;
}
.ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a.ff_more:after {
    content: "更多";
    font-family: 微软雅黑;
    font-size: 13px;
    color: #828282;
    position: absolute;
    top: 0;
}
.ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a.ff_more:hover:after {
    color: #000;
}
.project.mlist:not(.imagelink) .content_list .item_block {
    border: none;
}
.project.mlist
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap,
.mlist:not(.imagelink) .content_list .item_block .item_tags {
    display: none;
}
.ff_indexPage .project.mlist .content_wrapper .more,
.project.mlist:not(.imagelink) .content_list .item_des {
    display: none;
}
.ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .item_info
    .subtitle {
    color: #b7b7b7;
    font-size: 13px;
    width: 320px;
}
.project.mlist:not(.imagelink) .content_list .details {
    border: none;
    color: transparent;
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 0;
}
.project.mlist:not(.imagelink) .content_list .item_block:hover .details {
    border-color: transparent;
    background-color: transparent;
    color: transparent;
}
.project.mlist:not(.imagelink)
    .content_list
    .item_block
    .details
    .fa-angle-right::before {
    color: #d4d4d4;
    font-size: 20px;
    font-family: mofont;
    content: "\e607";
    transform: translatex(-20px);
    display: block;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.project.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details
    .fa-angle-right::before {
    opacity: 1;
    transform: translatex(0);
}
.project.mlist:not(.imagelink)
    .content_list
    .item_block
    .details
    .fa-angle-right::after {
    content: "";
    width: 1px;
    height: 0px;
    background: #d4d4d4;
    position: absolute;
    top: 26%;
    left: -8px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.project.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details
    .fa-angle-right::after {
    height: 14px;
}
.project.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: #aaa;
}
/* 列表 */
.npagePage:not(.post) .project .item_block {
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
}

.npagePage .module_container .item_tags > a:hover,
.npagePage .module_container .container_category > a:hover,
.npagePage .module_container .item_tags > a.active,
.npagePage .module_container .container_category > a.active {
    border-color: transparent;
    background-color: transparent;
    color: #444;
}
.npagePage .ff_pageTarget .container_category a {
    position: relative;
}
.npagePage .module_container .container_category > a span:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #777;
    position: absolute;
    left: 20%;
    bottom: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.npagePage .module_container .container_category > a:hover span:before {
    width: 60%;
}
.npagePage .module_container .container_category > a.active span:before {
    width: 60%;
    height: 1px;
    background-color: #777;
}
.project.mlist:not(.imagelink) .content_list .item_info .subtitle {
    width: 250px;
    color: #b7b7b7;
}
/* 内页 */
.project.mlistpost .postInfo .mainInfor .title {
    font-family: 宋体;
}
.project.mlistpost .postInfo .usetdate {
    display: none;
}
.ff_postPage
    .project
    .postSlider
    .tab_button
    .item_block:hover
    .item_img::after,
.ff_postPage
    .project
    .postSlider
    .tab_button
    .item_block.current
    .item_img::after {
    border: 1px solid #b7b7b7;
}
.ff_postPage .project .postSlider .tab_button .item_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_postPage .project .postSlider .tab_button {
    position: absolute;
    bottom: 26px;
    right: 0;
}
.ff_postPage .project #postSlider {
    position: relative;
    width: 640px;
    float: left;
}

.ff_postPage .project .postSlider .tab_content .item_img {
    width: 640px;
    height: auto;
}
.ff_postPage .project .postSlider .owl-nav {
    display: none;
}
.ff_postPage .project .postbody {
    margin-top: 30px;
    float: left;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 50px;
}
.ff_postPage .project .postInfo {
    float: right;
    width: calc(50% - 120px);
}
.ff_postPage .project .listWrap {
    float: left;
}
.ff_postPage .project .postInfo .title {
    font-size: 22px;
}
.ff_postPage .project .postInfo .subtitle {
    font-size: 13px;
    line-height: 26px;
    margin-top: 14px;
}
.ff_postPage .project .postInfo .description {
    line-height: 26px;
    color: #999;
}
.npagePage .container_content {
    padding-top: 50px;
}
.ff_postPage .project #listContent .item_block .item_wrapper .item_des,
.ff_postPage
    .project.mlistpost
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap,
.ff_postPage .project #postWrapper .content_list .details {
    display: none;
}
.ff_postPage
    .project
    #postWrapper
    .listWrap
    .content_list
    .item_block
    .item_info
    .subtitle,
.ff_postPage
    .project
    #postWrapper
    .listWrap
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: #999;
}

.ff_postPage .project #postWrapper .listWrap .content_list .item_block {
    border: none;
}
.ff_postPage .project .postContent {
    padding-top: 26px;
}
.ff_postPage .project .postInfo .description {
    margin-top: 40px;
}

.ff_postPage .project .listWrap {
    float: left;
    width: 100%;
    clear: both;
}

/* 图文 */
.ff_sitecontent .tlir.module .module_container:after {
    content: "";
    width: 1170px;
    height: 404px;
    background-color: #f4f4f4;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1062px;
}
.ff_sitecontent .tlir.module {
    position: relative;
}
.mcustomize.tlir .container_content .mediabody .image {
    width: 100%;
    height: auto;
    animation-name: fadeInRight;
    padding-top: 95.56%;
    box-sizing: border-box;
}
.mcustomize.tlir .contentbody,
.mcustomize.tlir .mediabody {
    width: 50%;
}
.mcustomize .wrapper .header .title {
    font-family: 宋体;
}
.mcustomize .wrapper .header .subtitle {
    font-family: "Times New Roman", Times, serif;
}
.mcustomize.tlir .contentbody {
    margin-top: 30px;
}
.mcustomize.tlir .container_content .contentbody .wrapper .header,
.mcustomize.tril .container_content .contentbody .wrapper .header {
    position: initial;
    height: auto;
    top: unset;
    padding-bottom: 0;
}
.mcustomize.tlir .container_content .contentbody .wrapper .description,
.mcustomize.tril .container_content .contentbody .wrapper .description {
    margin-top: 40px;
    color: #aaa;
}
.mcustomize .container_content .contentbody .description a {
    border: none;
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
    color: #b7b7b7;
    padding: 0;
    text-transform: lowercase;
    margin-top: 10px;
}
.mcustomize .container_content .contentbody .description a:hover {
    background: transparent;
    color: #666;
    border-color: transparent;
}
.mcustomize.tlir .container_content,
.mcustomize.tril .container_content {
    z-index: 11;
}
.ff_indexPage .module.mcustomize.tlir {
    padding-top: 0;
    padding-bottom: 0px;
}
.mcustomize .container_content .contentbody .description a:before {
    font-family: mofont;
    content: "\e607";
    font-size: 13px;
    color: #999;
    left: 20px;
    position: absolute;
    top: 2px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mcustomize .container_content .contentbody .description a {
    position: relative;
}
.mcustomize .container_content .contentbody .description a:hover:before {
    opacity: 1;
    left: 34px;
}
.mcustomize.tril .container_content .mediabody .image {
    width: 100%;
    height: auto;
    animation-name: fadeInRight;
    padding-top: 95.56%;
    box-sizing: border-box;
}
.ff_indexPage .module.mcustomize.tril {
    padding-top: 0;
}
.ff_sitecontent .tril.module .module_container:after {
    content: "";
    width: 1300px;
    height: 404px;
    background-color: #f4f4f4;
    position: absolute;
    top: 0px;
    left: 32%;
    margin-right: -502px;
}
.ff_sitecontent .tril.module {
    position: relative;
}
.mcustomize.tril .contentbody,
.mcustomize.tril .mediabody {
    width: 50%;
}
.mcustomize.tril .container_content .contentbody .wrapper {
    padding-top: 100px;
}

.mcustomize.initlayout .contentbody .header {
    display: inline-block;
}
.mcustomize.initlayout .contentbody .description {
    float: right;
    width: 790px;
}
.ff_sitecontent .initlayout.module .module_container:after {
    content: "";
    width: 100%;
    height: 464px;
    background-color: #f4f4f4;
    position: absolute;
    top: 0px;
    left: 0;
}
.ff_sitecontent .initlayout.module .module_container .mediabody {
    text-align: center;
}
.ff_sitecontent .initlayout.module {
    position: relative;
}
.mcustomize.initlayout .container_content {
    z-index: 11;
    position: relative;
    margin-top: 40px;
}

/* 新闻 */
.ff_indexPage .news .container_content {
    padding-top: 50px;
}
.ff_indexPage .news.mlist .module_container .container_category > a.ff_more {
    color: transparent;
    padding: 0;
}
.ff_indexPage .news.mlist .module_container .container_category > a.ff_more {
    position: relative;
}
.ff_indexPage
    .news.mlist
    .module_container
    .container_category
    > a.ff_more::after {
    content: "更多";
    font-family: 微软雅黑;
    font-size: 13px;
    color: #828282;
    position: absolute;
    right: 0;
    top: 0;
}
.ff_indexPage
    .news.mlist
    .module_container
    .container_category
    > a.ff_more:hover::after {
    color: #181818;
}
.news.mlist:not(.imagelink) .content_list .item_block {
    border: none;
}
.ff_indexPage .mlist .content_wrapper .more,
.ff_indexPage
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap {
    display: none;
}
.ff_indexPage
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    > .date_wrap,
.ff_pageList
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap {
    display: block;
    position: absolute;
    bottom: 20px;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}
.ff_indexPage
    .news
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    > .date_wrap,
.ff_pageList
    .news
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .date_wrap {
    opacity: 1;
    bottom: 0;
}
.news.mlist:not(.imagelink) .content_list .details {
    margin-left: 0;
    color: transparent;
}
.news.mlist:not(.imagelink)
    .content_list
    .item_block
    .details
    .fa-angle-right:before {
    font-family: mofont;
    content: "\e607";
    font-size: 13px;
    color: #999;
    left: 20px;
    position: absolute;
    top: 12px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.news.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details
    .fa-angle-right:before {
    opacity: 1;
    left: 50px;
}
.news.mlist:not(.imagelink) .content_list .item_block:hover .details {
    color: transparent;
}
.ff_indexPage .news .content_list .item_block .item_box .item_wrapper::before,
.ff_pageList .news .content_list .item_block .item_box .item_wrapper::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    bottom: 50px;
    left: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage
    .news
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper::before,
.ff_pageList
    .news
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper::before {
    background-color: #d6d6d6;
}

.ff_pageList
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap {
    float: none;
}
.ff_indexPage .news .item_block,
.ff_pageList .news .item_block {
    margin-bottom: 30px;
}
.ff_postPage .news.mlistpost .module_container {
    max-width: 1170px;
}
.ff_postPage .postContent {
    padding-top: 0;
}
.ff_indexPage .news .container_category a {
    position: relative;
}
.ff_indexPage .news .container_category a span:before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #777;
    position: absolute;
    left: 20%;
    bottom: -4px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage .news .container_category a.active span:before,
.ff_indexPage .news .container_category a:hover span:before {
    width: 60%;
    height: 1px;
    background-color: #777;
}
.ff_indexPage .news .container_category a.ff_more:hover span:before {
    width: 100%;
}
.ff_postPage .postInfo .title {
    font-size: 20px;
    font-family: 宋体;
}
.ff_postPage .postInfo .usetdate,
.ff_postPage .news.mlistpost .content_list .item_wrapper > .date_wrap {
    color: #999;
    font-family: "Times New Roman", Times, serif;
}
.postInfo .description {
    color: #999;
    line-height: 26px;
}
.ff_postPage .news.mlistpost .content_list .item_block .details {
    position: initial;
    margin-bottom: 10px;
    display: none;
}

.news.mlistpost .tabBtn .post-next:not(.empty):hover {
    background-color: #444;
}
.news.mlist:not(.imagelink) .content_list .item_info .subtitle,
.news.mlistpost .tabBtn .post-next .infor-wrap .subtitle,
.news.mlistpost .tabBtn .post-prev .infor-wrap .subtitle {
    display: none;
}
.ff_postPage .news.mlistpost .listContent_post .item_block {
    border: none;
    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}
.news.mlistpost .content_list .item_wrapper {
    padding-left: 0;
    padding-bottom: 30px;
}
.news.mlistpost .tabBtn .post-next .img-wrap,
.news.mlistpost .tabBtn .post-prev .img-wrap {
    display: none;
}
/* 视频 */
.videom.mlist:not(.imagelink) .content_list .item_block .details,
.videom
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap {
    display: none;
}
.videom.mlist:not(.imagelink) .content_list .item_block {
    border: none;
    cursor: pointer;
}

.ff_sitecontent .videom.module .module_container {
    z-index: 1;
    position: relative;
    margin-top: 180px;
    height: 336px;
}

.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_img {
    width: 150px;
    overflow: hidden;
    height: 150px;
    margin-left: 108px;
    border-radius: 90px;
    transform: scale(0.6);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: #fff;
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.13);
}
.ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_img {
    transform: scale(1);
}
.ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_img
    img {
    visibility: hidden;
    transition: all 0.6ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_img
    img {
    visibility: visible;
}
.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_box:before {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: -3;
    -webkit-animation: bounce-circle 1.8s infinite;
    animation: bounce-circle 1.8s infinite;
    animation-delay: 0s;
    box-sizing: border-box;
    left: 113px;
    top: 5px;
}
.ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box:before {
    border: 1px solid rgba(255, 255, 255, 0);
    transition: border 1s;
}
.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_img img {
    max-width: 170%;
}
.videom .content_list .item_block .item_box .item_wrapper {
    text-align: center;
    padding-top: 58px;
}
.ff_indexPage .videom.mlist .container_header .title,
.videom.mlist:not(.imagelink) .content_list .item_des {
    display: none;
}
.videom .content_list .item_block .item_box .item_wrapper:before {
    content: "";
    width: 1px;
    height: 80px;
    background: #fff;
    position: absolute;
    top: 100px;
    z-index: -1;
}
.videom .content_list .item_block .item_box .item_wrapper:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: #fff;
    bottom: 100px;
    position: absolute;
    left: 49%;
}
.ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_img .item_mask {
    border-bottom: 14px solid transparent;
    border-left: 20px solid #444;
    border-top: 14px solid transparent;
    position: absolute;
    top: 40%;
    left: 43%;
}
.ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_img
    .item_mask {
    border-left-color: #fff;
}
.bodyindex .mlist.videom.module:after {
    top: 240px;
    height: 328px;
}
@-webkit-keyframes bounce-circle {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    20% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    80%,
    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.videom.mlist:not(.imagelink) .content_list .item_info .subtitle {
    color: #b7b7b7;
}
.videom.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: #aaa;
}
/* 团队 */
.ff_indexPage .team .owl-carousel .owl-dots.disabled {
    display: block;
}
.team .content_list .item_block .item_box .item_wrapper .item_info .date_wrap,
.team.mlist:not(.imagelink) .content_list .item_block .details,
.team.mlist .owl-nav {
    display: none;
}
.ff_indexPage .team .content_list .item_block .item_box .item_wrapper {
    float: right;
    width: 280px;
    background: #f4f4f4;
    padding: 94px 80px 90px;
}
.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_img {
    width: 440px;
    display: inline-block;
    margin-left: 260px;
}
.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_des .description {
    height: 150px;
}
.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_block {
    border: none;
}
.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_des {
    margin-top: 40px;
}
.ff_indexPage .team.mlist:not(.imagelink) .content_list .item_wrapper .details {
    display: block;
}
.ff_indexPage .team.mlist .owl-dots {
    left: 0;
    bottom: 40%;
    transform: translateX(0%);
    top: 160px;
    width: 260px;
}
.ff_indexPage .team.mlist .owl-dots .active.owl-dot span {
    width: 24px;
    height: 1px;
    border: none;
    background: #000;
    display: block;
}
.ff_indexPage .team.mlist .owl-dots .owl-dot span {
    border: none;
    background: #d4d4d4;
    width: 18px;
    height: 1px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
}
.ff_indexPage .team.mlist .owl-dots .owl-dot:hover span {
    width: 24px;
    background: #000;
}
.ff_indexPage .team.mlist .owl-theme .owl-dots .owl-dot {
    display: block;
    position: relative;
    padding: 12px 0;
    height: 30px;
    overflow: hidden;
}
.team.mlist:not(.imagelink) .content_list .item_block .details {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 60px;
}
.ff_indexPage .team.mlist .container_header {
    position: absolute;
}
.ff_indexPage .team.mlist .content_list .owl-dots .dot-index {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
    left: 44px;
    top: 8px;
    opacity: 0;
}
.ff_indexPage .team.mlist .content_list .owl-dots .dot-title {
    position: absolute;

    font-size: 16px;
    top: -30px;
    left: 90px;
    color: #666;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage .team.mlist .content_list .owl-dots .dot-subtitle {
    position: absolute;
    font-size: 12px;
    left: 90px;
    top: 24px;
    margin-top: 4px;
    color: #999;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage .team.mlist .content_list .owl-dots .owl-dot.active .dot-title {
    top: 0px;
}
.ff_indexPage
    .team.mlist
    .content_list
    .owl-dots
    .owl-dot.active
    .dot-subtitle {
    top: 17px;
}
.ff_indexPage .team.mlist .content_list .owl-dots .owl-dot.active .dot-index,
.ff_indexPage .team.mlist .content_list .owl-dots .owl-dot.active .dot-title,
.ff_indexPage
    .team.mlist
    .content_list
    .owl-dots
    .owl-dot.active
    .dot-subtitle {
    opacity: 1;
}

.ff_indexPage .team.mlist .content_list .owl-dots .owl-dot:hover .dot-index,
.ff_indexPage .team.mlist .content_list .owl-dots .owl-dot:hover .dot-title,
.ff_indexPage .team.mlist .content_list .owl-dots .owl-dot:hover .dot-subtitle {
    opacity: 1;
}
.ff_indexPage .team.mlist .content_list .owl-dots .owl-dot:hover .dot-title {
    top: 0px;
}
.ff_indexPage .team.mlist .content_list .owl-dots .owl-dot:hover .dot-subtitle {
    top: 17px;
}
.ff_postPage .team.mlistpost .module_container {
    max-width: 1170px;
}
.ff_postPage .team.mlistpost .listWrap {
    display: none;
}
.ff_postPage .team.mlistpost .postContent {
    width: 100%;
}
.ff_indexPage .team .item_block {
    width: calc(100% / 4 - 15px);
}
.npagePage.ff_pageList:not(.post) .team .item_block {
    width: 100%;
    position: initial;
}
.npagePage.ff_pageList:not(.post) .team .item_block:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.npagePage.ff_pageList .team .content_list .item_block .item_box .item_wrapper {
    float: right;
    width: calc(100% - 456px);
    padding-top: 50px;
    padding-right: 100px;
}
.npagePage.ff_pageList .team.mlist:not(.imagelink) .content_list .item_img {
    width: 260px;
    float: left;
}
.npagePage.ff_pageList .team.mlist:not(.imagelink) .content_list .item_des {
    margin-top: 30px;
    padding-left: 40px;
    position: relative;
}
.npagePage.ff_pageList
    .team.mlist:not(.imagelink)
    .content_list
    .item_des::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #d4d4d4;
    position: absolute;
    left: 0;
    top: 6px;
}
.npagePage.ff_pageList
    .team.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_wrapper
    .details {
    display: block;
    /* margin-left: 40px; */
    margin-top: 30px;
}
.team.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title {
    color: #000;
}
.team.mlist:not(.imagelink) .content_list .item_info .subtitle {
    color: #999;
    font-size: 13px;
}
.npagePage:not(.post) .team .content_wrapper {
    position: initial；;
}

.team
    .content_wrapper
    .item_block
    .item_wrapper
    .details
    .fa-angle-right::before {
    font-family: mofont;
    content: "\e607";
    font-size: 13px;
    color: #999;
    left: -20px;
    position: absolute;
    top: -18px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.team
    .content_wrapper
    .item_block:hover
    .item_wrapper
    .details
    .fa-angle-right::before {
    opacity: 1;
    left: 10px;
}

/* 服务 */
.ff_indexPage .service .container_content {
    padding-top: 50px;
}
.service .content_list .item_img {
    width: 200px;
}
.service .content_list .item_wrapper {
    width: calc(100% - 220px);
    margin-top: 14px;
}
.service .content_list .item_wrapper > .date_wrap,
.service.mlist:not(.imagelink) .content_list .item_info .subtitle,
.service.mlist:not(.imagelink) .content_list .item_block .details {
    display: none;
}
.service.mlist:not(.imagelink) .content_list .item_wrapper .details {
    display: block;
    right: inherit;
    margin-left: 0;
    padding: 0;
    margin-bottom: 20px;
}
.service.mlist:not(.imagelink) .content_list .item_des {
    margin-top: 8px;
}
.ff_postPage .service .postInfo .subtitle {
    display: none;
}
.ff_indexPage .service .container_category > a span:before {
    content: "";
    width: 0%;
    height: 1px;
    background: #777;
    position: absolute;
    bottom: 0;
    left: 16%;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage .service .container_category > a:hover span:before,
.ff_indexPage .service .container_category > a.active span:before {
    width: 70%;
}
.ff_indexPage .service .container_category > a {
    position: relative;
}
.service.mlist:not(.imagelink) .content_list .item_block {
    background-color: #f4f4f4;
    border: none;
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.ff_postPage .service .postInfo .description {
    margin-bottom: 64px;
}
.service.mlistpost .listContent_post .item_block {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #f4f4f4;
    border: none;
}
.ff_postPage .service .listContent_post .content_list .item_info .subtitle {
    display: none;
}
.ff_postPage .service .listContent_post .content_list .item_block .details {
    right: inherit;
    margin-left: 40px;
    padding: 0;
    margin-bottom: 20px;
}
.ff_postPage
    .service
    .listContent_post
    .content_list
    .item_block:hover
    .details {
    color: #666;
}
.ff_postPage .service .listContent_post .content_list .item_block:hover {
    background-color: #f4f4f4;
}
.ff_postPage .service .listContent_post .content_list .item_des {
    margin-top: 8px;
}
.service
    .content_wrapper
    .item_block
    .item_wrapper
    .details
    .fa-angle-right::before {
    font-family: mofont;
    content: "\e607";
    font-size: 13px;
    color: #999;
    left: -20px;
    position: absolute;
    top: -18px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.service
    .content_wrapper
    .item_block:hover
    .item_wrapper
    .details
    .fa-angle-right::before {
    opacity: 1;
    left: 10px;
}

.ff_postPage
    .service
    .content_wrapper
    .item_block
    .details
    .fa-angle-right::before {
    font-family: mofont;
    content: "\e607";
    font-size: 13px;
    color: #999;
    left: -20px;
    position: absolute;
    top: -18px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_postPage
    .service
    .content_wrapper
    .item_block:hover
    .details
    .fa-angle-right::before {
    opacity: 1;
    left: 10px;
}

/* 特殊版块 */

.ff_indexPage .ad01.module {
    padding-top: 0px;
}
.ff_indexPage .ad01.mlist .tab_content .content_list .owl-nav,
.ff_indexPage
    .ad01.mlist
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap {
    display: none;
}
.ff_indexPage .ad01.mlist .tab_button .owl-nav .owl-prev {
    top: 0px;
    transform: rotate(-90deg);
    transform-origin: center;
    left: 224px;
}
.ff_indexPage .ad01.mlist .tab_button .owl-nav .owl-next {
    right: -268px;
    transform: rotate(90deg);
    transform-origin: center;
    top: 86%;
}
.ff_indexPage .ad01 .container_content {
    padding-top: 50px;
}
.ff_indexPage .ad01.mlist:not(.imagelink) .content_list .item_block {
    border: none;
    cursor: pointer;
}
.ff_indexPage
    .ad01.mlist
    .tab_content
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    padding-left: 0;
}
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .tab_button
    .content_list
    .item_info
    .subtitle {
    color: #b7b7b7;
    font-size: 13px;
    height: 40px;
    white-space: initial;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .tab_content
    .content_list
    .item_info
    .subtitle {
    color: #b7b7b7;
}
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: #aaa;
}

.ff_indexPage .ad01.mlist:not(.imagelink) .content_list .item_des {
    margin-top: 14px;
}
.mCSB_scrollTools {
    opacity: 0;
}
.mCSB_scrollTools:hover {
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, 0.75);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: none;
}
.ff_indexPage .ad01.mlist:not(.imagelink) .content_list .details {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
    opacity: 0;
    transform: translatey(60px);
}
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details {
    opacity: 1;
    transform: translatey(0px);
}
.ff_indexPage .ad01.mlist .owl-nav {
    width: 0;
    height: 100%;
}
.ff_indexPage
    .ad01.mlist
    .tab_button
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    padding: 30px 0 30px 130px;
}
.ff_indexPage .ad01.mlist .tab_button .content_list .simple-slider-outer {
    transform: translatey(70px);
}
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .tab_button
    .owl-nav
    i.iconfont:before {
    font-family: mofont;
    content: "\e607";
    font-size: 26px;
    color: #777;
    left: 6px;
    position: absolute;
    top: -14px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .tab_button
    .owl-nav
    .owl-prev:hover
    i.iconfont:before,
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .tab_button
    .owl-nav
    .owl-next:hover
    i.iconfont:before {
    color: #000;
}
.ff_indexPage .ad01.mlist .owl-nav .owl-prev,
.ff_indexPage .ad01.mlist .owl-nav .owl-prev:hover,
.ff_indexPage .ad01.mlist .owl-nav .owl-next,
.ff_indexPage .ad01.mlist .owl-nav .owl-next:hover {
    background: transparent;
}
.ff_indexPage
    .ad01.mlist
    .tab_button
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info {
    width: 310px;
}
.ff_indexPage
    .ad01.mlist
    .tab_button
    .content_list
    .item_block
    .item_box
    > .item_index {
    display: inline-block;
    position: absolute;
    top: 36px;
    left: 82px;
    font-size: 18px;
    font-family: "Times New Roman", Times, serif;
}
.ff_indexPage
    .ad01.mlist
    .tab_button
    .content_list
    .item_block
    .item_box:before {
    content: "";
    width: 0px;
    height: 1px;
    background: #444;
    position: absolute;
    left: 30px;
    top: 46px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage
    .ad01.mlist
    .tab_button
    .content_list
    .item_block:hover
    .item_box:before,
.ff_indexPage
    .ad01.mlist
    .tab_button
    .content_list
    .item_block.active
    .item_box:before {
    width: 20px;
}

.ff_indexPage
    .ad01.mlist
    .tab_content
    .content_list
    .item_block
    .item_box
    .item_info {
    margin-top: 20px;
}
.ff_indexPage .ad01.mlist:not(.imagelink) .content_list .item_des .description {
    margin-top: 30px;
    height: 82px;
}
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .tab_content
    .content_list
    .item_block {
    border-bottom: 1px solid #e6e6e6;
}
.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .tab_content
    .content_list
    .item_block:hover {
    border-bottom: 1px solid #9d9d9d;
}
.ff_indexPage
    .ad01.mlist
    .tab_button
    .content_list
    .item_block
    .item_box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.ff_indexPage
    .ad01.mlist
    .tab_button
    .content_list
    .item_block:hover
    .item_box:after {
    animation: gradient-rectangle 1.4s 1;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ff_indexPage .ad01.mlist .tab_button .content_list .item_block .item_box {
    position: relative;
    z-index: 1;
}
@-webkit-keyframes gradient-rectangle {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        background: #f4f4f4;
    }
    49.9% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left;
        background: #f4f4f4;
    }
    50% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right;
        transform-origin: right;
        background: #f4f4f4;
    }
    100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right;
        background: #f4f4f4;
    }
}

/* 合作 */
.ff_indexPage .imagelink.mlist .container_header,
.imagelink .owl-dots,
.imagelink .content_list .item_block .item_wrapper .item_info .title {
    display: none;
}
.imagelink .content_list .item_block .item_box:after {
    border: none;
}
.ff_indexPage .imagelink.mlist .owl-nav .owl-prev,
.ff_indexPage .imagelink.mlist .owl-nav .owl-next {
    background: transparent;
}
.ff_indexPage .imagelink.mlist .owl-nav .owl-prev .iconfont::before {
    font-family: mofont;
    content: "\e62a";
    font-size: 26px;
    color: #777;
    left: 6px;
    position: absolute;
    top: -14px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.ff_indexPage .imagelink.mlist .owl-nav .owl-next .iconfont::before {
    font-family: mofont;
    content: "\e607";
    font-size: 26px;
    color: #777;
    left: 6px;
    position: absolute;
    top: -14px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imagelink .owl-item .item_block {
    width: 90%;
    margin-left: 40px;
}
.ff_indexPage .imagelink.module {
    padding-top: 0px;
    padding-bottom: 140px;
}
.imagelink .content_list .item_block .item_box:hover {
    box-shadow: none;
}
.ff_pageList .imagelink .content_list .item_block {
    width: calc(100% / 5 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}
/* 联系 */
#mcontact {
    background-color: transparent;
    position: relative;
}
.ff_sitecontent .mcontact.module .module_container {
    position: relative;
    z-index: 1;
}
.ff_sitecontent .mcontact.module::before {
    content: "";
    width: 1170px;
    height: 404px;
    background-color: #f4f4f4;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: -1;
    margin-left: -210px;
}
#mcontact .container_header {
    transform: translatex(612px);
    display: none;
}
.ff_indexPage #mcontact .container_header .title {
    font-family: 宋体;
    color: #555;
}
#mcontact .contactform {
    margin-top: 430px;
    float: none;
}
#mcontact .contactinfo {
    float: right;
    width: 560px;
}
#mcontact .contactform .inputtxt {
    display: inline-block;
    float: left;
    border-bottom: rgba(0, 0, 0, 0.09) 1px solid;
    margin-right: 30px;
    margin-bottom: 40px;
    color: #535353;
}
#mcontact .contactform .inputtxt.submit:hover {
    color: #fff;
    background-color: #555;
}
#mcontact .contactform .inputtxt:nth-child(3n) {
    margin-right: 0;
}
.ff_indexPage .mcontact .container_header .subtitle,
.ff_indexPage .mcontact .container_header .title {
    text-align: left;
}
#mcontact .contactinfo p {
    display: inline-block;
    width: 238px;
    padding-right: 0;
}

#mcontact .contactinfo .contact_name {
    color: #666;
    width: 300px;
    margin-bottom: 42px;
}
#mcontact .ff_social {
    position: absolute;
}
#mcontact .contactinfo p.ellipsis:nth-child(2n) {
    padding-right: 80px;
}
#mcontact .contactlist {
    padding-top: 20px;
}
#mcontact .contactform .contactform_content textarea {
    width: 94%;
}
#mcontact .contactform .inputtxt.submit {
    width: 20%;
    background-color: #f4f4f4;
    border-bottom: none;
    color: #555;
}
#mcontact .ff_social a {
    border-radius: 0;
}
#mcontact .ff_social a:hover {
    color: #fff;
    background: #555;
}
#footer {
    background-color: #f4f4f4;
}

.agent-pc .ff_indexPage .videom.mlist .container_header .subtitle {
    display: none;
}
.agent-pc .mcustomize .container_content .contentbody .description a {
    line-height: 10px;
    margin-top: 0;
}
.agent-pc .bodylist #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

#navWrapper .content .nav .navitem span {
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.agent-mobile #footer .ellipsis {
    overflow: initial;
}
.agent-pc .mcustomize.tlir .contentbody {
    margin-right: 4%;
    width: 46%;
}
.agent-pc .mcustomize.tril .contentbody {
    margin-left: 4%;
    width: 46%;
}
.agent-pc #sliderDirThemb .owl-item .thumb-item,
#sliderDotThemb .owl-item .thumb-item {
    height: 48px;
}
.agent-pc .ff_indexPage .news.module {
    padding-bottom: 40px;
}
.agent-pc .ff_indexPage .ad01.module {
    padding-top: 60px;
}
.agent-pc .owl-carousel .owl-nav.disabled {
    display: block;
}
.agent-pc .mlist .owl-nav .owl-prev .iconfont::before {
    font-family: mofont;
    content: "\e62a";
    font-size: 22px;
    color: #777;
    left: -12px;
    position: absolute;
    top: -10px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.agent-pc .mlist .owl-nav .owl-prev,
.agent-pc .mlist .owl-nav .owl-next {
    background: transparent;
}
.agent-pc .ff_topSlider .content_list .item_block div.mask {
    background-color: rgba(0, 0, 0, 0.2);
}
.agent-pc .mlist .owl-nav .owl-next .iconfont::before {
    font-family: mofont;
    content: "\e607";
    font-size: 22px;
    color: #777;
    left: -12px;
    position: absolute;
    top: -10px;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.agent-pc .mlist .owl-nav .owl-next:hover .iconfont::before,
.agent-pc .mlist .owl-nav .owl-prev:hover .iconfont::before {
    color: #fff;
}
.agent-pc .bodyindex .service .owl-item .item_block {
    width: 100% !important;
}
.agent-pc .imagelink.mlist .owl-dots {
    display: none;
}

.ff_indexPage .imagelink.mlist .owl-nav .owl-prev:hover .iconfont::before,
.ff_indexPage .imagelink.mlist .owl-nav .owl-next:hover .iconfont::before {
    color: #000;
}

/* 2020/06/23 yyq 修改 */
.ff_indexPage .ad01 .content_wrapper .tab_button {
    display: none;
}

.ff_indexPage .ad01 .content_wrapper .tab_content {
    width: 100%;
    float: none;
}

.ff_indexPage .ad01 .content_wrapper .tab_content .content_list {
    width: calc(100% - 290px);
    padding-left: 290px;
}

.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .content_wrapper
    .tab_content
    .item_block {
    margin-left: -1px;
}

.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .content_wrapper
    .tab_content
    .item_block
    .item_des {
    display: none;
}

.ff_indexPage
    .ad01.mlist:not(.imagelink)
    .content_wrapper
    .tab_content
    .content_list
    .item_block,
.ff_indexPage
    .ad01
    .content_wrapper
    .tab_content
    .content_list
    .item_block:hover {
    border-bottom: none;
}

.ff_indexPage .ad01 .content_wrapper .tab_content .item_block .item_img {
    margin-left: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.ff_indexPage
    .ad01.mlist
    .tab_content
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    margin: 172px 50px 0 0;
    padding: 193px 0 58px 50px;
    background-color: #333570;
    opacity: 0;
}

.ff_indexPage
    .ad01.mlist
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.ff_indexPage
    .ad01.mlist
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    font-size: 13px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.5);
}

.ff_indexPage
    .ad01.mlist
    .tab_content
    .content_list
    .active2
    .item_block
    .item_box
    .item_wrapper {
    opacity: 1;
}

.ff_indexPage .ad01 .owl-dots {
    bottom: auto;
    top: 50%;
    left: 0;
    transform: none;
}

.ff_indexPage .ad01 .owl-dot span {
    border: none;
    width: 6px;
    height: 6px;
    background: #bbb;
}

.ff_indexPage .ad01 .owl-dot:hover span {
    border: none;
    background: #333;
}

.ff_indexPage .ad01 .owl-dot.active span {
    border: none;
    background: #333;
    width: 24px;
    height: 6px;
}

.ff_indexPage .ad01.mlist:not(.imagelink) .content_list .item_block .details {
    display: none;
}
/* 2020/06/23 yyq 修改 */

/* 2020/07/03 ghl 修改 */
.ff_indexPage .imagelink.mlist .owl-nav .owl-prev:hover .iconfont::before,
.ff_indexPage .imagelink.mlist .owl-nav .owl-next:hover .iconfont::before {
    color: #000;
}

.agent-pc
    #page_body_editor-wrapper
    .layout_group[data-limit_width="true"]
    > .layout_limit_wrapper {
    max-width: 70%;

    min-width: 1200px;

    margin: 0 auto;
}

/* pc */

/* 公用 */

.agent-pc .mlist:not(.imagelink) .content_list .item_info .title {
    font-family: inherit;
}

.agent-pc .ff_sitecontent .tril.module .module_container:after,
.agent-pc .ff_sitecontent .tlir.module .module_container:after {
    content: none;
}

.agent-pc .ff_indexPage .mlist .container_header .title,
.agent-pc .ff_indexPage .mlist .container_header .subtitle {
    font-family: inherit;
}

.agent-pc .ff_sitecontent .ff_indexPage .module .module_container {
    max-width: 70%;
	margin-bottom:80PX;

    min-width: 1280px;
}

.agent-pc .ff_sitecontent .ff_pageList .module .module_container {
    max-width: 100%;
}

.agent-pc .mlist:not(.imagelink) .content_list .details {
    font-family: AVGARDD;
}

.agent-pc
    .mlist:not(.imagelink)
    .content_list
    .item_block
    .details
    .fa-angle-right:before {
    font-weight: 600;

    font-size: 16px;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category > a {
    display: inline-block;

    margin: 0 1px;

    padding: 8px 20px;

    line-height: 24px;
}

.agent-pc
    .ff_indexPage
    .mlist
    .module_container
    .container_category
    > a.active {
    background-color: #333570;

    color: #fff;
}

.agent-pc .ff_indexPage .mlist .module_container .container_category > a:hover {
    background-color: #333570;

    color: #fff;
}

.agent-pc .mlist .owl-nav .owl-prev .iconfont::after {
    font-family: mofont;

    content: "\e62a";

    font-size: 22px;

    color: #777;

    left: 4px;

    position: absolute;

    top: -10px;

    transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);

    font-weight: 600;

    opacity: 0;
}

.agent-pc .mlist .owl-nav .owl-prev:hover .iconfont::after {
    left: -12px;

    color: #333570;

    opacity: 1;
}

.agent-pc .mlist .owl-nav .owl-prev .iconfont::before {
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.agent-pc .mlist .owl-nav .owl-prev:hover .iconfont::before {
    left: -26px;

    opacity: 0;
}

.agent-pc .mlist .owl-nav .owl-next .iconfont::after {
    font-family: mofont;

    content: "\e607";

    font-size: 22px;

    color: #777;

    left: -26px;

    position: absolute;

    top: -10px;

    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1);

    font-weight: 600;

    opacity: 0;
}

.agent-pc .mlist .owl-nav .owl-next:hover .iconfont::after {
    opacity: 1;

    left: -12px;
}

.agent-pc .mlist .owl-nav .owl-next:hover .iconfont::before {
    left: 2px;

    opacity: 0;
}

/* .agent-pc .pageEditor #banner{

    margin-top: 160px;

} */

.agent-pc #banner div {
    height: 360px;
}

/* .agent-pc .bodylist #sitecontent, .bodylistpost #sitecontent{

    padding-top: 0;

} */

.agent-pc .npagePage .ff_pageTarget {
    background-color: transparent;

    max-width: 70%;

    min-width: 1280px;

    margin: 0 auto;

    padding-top: 30px;
}

.agent-pc #pages .page-num.page-num-current,
.agent-pc #pages .page-num:hover {
    border-color: none;

    background-color: #333570;
}

.agent-pc .npagePage .module_container .container_category > a span:before {
    content: initial;
}

.agent-pc .npagePage .module_container .item_tags > a:hover,
.agent-pc .npagePage .module_container .container_category > a:hover,
.agent-pc .npagePage .module_container .item_tags > a.active,
.agent-pc .npagePage .module_container .container_category > a.active {
    background-color: #333570;

    color: #fff;
}

.agent-pc .npagePage .ff_pageTarget .container_category a {
    padding: 8px 20px;
	float:left;
    margin: 0 1px;
}

.agent-pc .ff_topSlider .owl-dots .active.owl-dot span {
    height: 6px;

    width: 20px;

    background-color: #fff;
}

.agent-pc .ff_topSlider .owl-dots .owl-dot:hover span {
    background-color: #fff;

    height: 6px;
}

.agent-pc .ff_topSlider .owl-dots .owl-dot span {
    width: 6px;

    height: 6px;

    margin: 0px 5px;

    background-color: rgba(255, 255, 255, 0.5);
}

.agent-pc .ff_pageList .content {
    background-color: #fff;

    max-width: 70%;

    min-width: 1280px;

    margin: 0 auto;
}

.agent-pc .bodylist #sitecontent,
.bodylistpost #sitecontent {
    padding-top: 160px;
}

.agent-pc #indexPage .ff_topSlider .content_list .owl-dots {
    background-color: rgba(0, 0, 0, 0.15);

    border-radius: 100px;

    padding: 8px 16px;

    bottom: 30px;

    left: 50%;

    display: inline-block;

    position: static;

    transform: translateY(calc(-100% - 40px));
}

.agent-pc .ff_topSlider .content_list {
    text-align: center;
}

.agent-pc #sliderDirThemb,
.agent-pc #sliderDirThemb .owl-item .thumb-item {
    height: 60px;

    width: 110px;
}

/* 详情页 */

.agent-pc .ff_postPage .postInfo .title {
    font-size: 22px;

    font-family: inherit;

    line-height: 30px;
}

.agent-pc .project.mlistpost .tabBtn .post-prev:hover .details,
.agent-pc .project.mlistpost .tabBtn .post-next:hover .details {
    border-color: #333570;

    background-color: #333570;
}

.agent-pc .project.mlistpost .tabBtn .post-prev .img-wrap,
.agent-pc .project.mlistpost .tabBtn .post-next .img-wrap {
    border-color: #333570;
}

.agent-pc .ff_postPage .team.mlistpost,
.agent-pc .ff_postPage .news.mlistpost {
    padding: 0;
}

.agent-pc .ff_postPage .service.mlistpost .postInfo .description a,
.agent-pc .ff_postPage .project.mlistpost .postInfo .description a,
.agent-pc .ff_postPage .videom.mlistpost .postInfo .description a {
    background-color: transparent;
}

.agent-pc .ff_postPage .service.mlistpost .postInfo .description a:hover,
.agent-pc .ff_postPage .project.mlistpost .postInfo .description a:hover,
.agent-pc .ff_postPage .videom.mlistpost .postInfo .description a:hover {
    background-color: #333570;

    color: #fff;

    border: 1px solid #333570;
}

/* 导航 */

.agent-pc body #headTop #logo img {
    height: 80px !important;
}

.agent-pc body #header .wrapper {
    background-color: #fff;
}

.agent-pc body #headTop {
    width: 100%;

    height: 110px;

    border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}

.agent-pc body #hcontact {
    display: block;
	margin-top:-40px;
}

.agent-pc body #hcontact .telNum {
    font-family: AVGARDD;

    font-size: 26px;

    position: relative;
}

.agent-pc body #header {
    height: 160px;

    background-color: #fff;

    transition: all 0.36s ease-out;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-pc body #header .wrapper > .content {
    max-width: 70%;

    min-width: 1280px;
}

.agent-pc body #header.mini {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

    top: -120px;

    height: 186px;
}

.agent-pc body #navWrapper {
    height: initial;

    float: left;
}

.agent-pc body #header {
    border-bottom: transparent;
}

.agent-pc #navWrapper .content .nav .navitem > a:hover span {
    color: #333570;
}

.agent-pc body #navWrapper .content .nav > .navitem > a.active {
    color: #333570;

    border-bottom: 2px solid #333570;
}

.agent-pc body #navWrapper .content .nav > .navitem > a {
    line-height: 50px; font-weight:bold;
}

.agent-pc body #header.mini #navWrapper .content .nav > .navitem > a {
    line-height: 73px;
}

.agent-pc body #navWrapper .content .nav > .navitem > a:nth-last-child() {
    padding-right: 0;
}

.agent-pc body #headTop #search-header {
    display: block;

    margin-right: 210px;
}

.agent-pc body .searchGroup .searchBox {
    float: right;
	margin-top:-40px;

    border: 2px solid #333570;

    border-radius: 100px;

    margin-right: 40px;
}

.agent-pc body .searchGroup .search_wrap {
    top: calc(50% - 33px);
}

.agent-pc body .searchGroup .searchFormGroup .searchSub,
.agent-pc #search-list .searchGroup .searchFormGroup .searchSub {
    background-color: #333570;

    border-radius: 100px;

    color: #fff;

    padding: 0 28px;
}

.agent-pc body .searchGroup .searchFormGroup .searchSub .fa,
.agent-pc #search-list .searchGroup .searchFormGroup .searchSub .fa {
    display: none;
}

.agent-pc #hcontact .fa {
    display: none;
}

.agent-pc #hcontact .telNum:before {
    content: "";

    font-family: "FontAwesome";

    speak: none;

    font-style: normal;

    font-weight: 400;

    font-variant: normal;

    text-transform: none;

    font-size: 14px;

    line-height: 1;

    color: inherit;

    text-rendering: auto;

    -webkit-font-smoothing: antialiased;

    font-size: 14px;

    position: absolute;

    left: -30px;

    bottom: 6px;

    width: 20px;

    height: 16px;

    color: #adadad;
}

.agent-pc body .searchGroup .searchFormGroup,
.agent-pc #search-list .searchGroup .searchFormGroup {
    height: 36px;
}

/* 幻燈 */

.agent-pc .ff_indexPage #topSlider {
    padding-top: 160px;
}

.agent-pc .ff_topSlider .owl-dots .owl-dot span::after,
.agent-pc .ff_topSlider .owl-dots .owl-dot:nth-of-type(1) span:after,
.agent-pc .ff_topSlider .owl-dots .owl-dot:nth-of-type(2) span:after,
.agent-pc .ff_topSlider .owl-dots .owl-dot:nth-of-type(3) span:after {
    content: none;
}

.agent-pc .ff_topSlider .owl-nav .owl-next,
.agent-pc .ff_topSlider .owl-nav .owl-prev {
    width: 60px;

    height: 60px;
}

.agent-pc .ff_topSlider .owl-nav .owl-prev {
    left: -60px;

    transition: all 0.6s ease;
}

.agent-pc .ff_topSlider .owl-nav .owl-next {
    right: -60px;

    transition: all 0.6s ease;
}

.agent-pc .ff_topSlider:hover .owl-nav .owl-next {
    right: 0;

    background-color: #fff;
}

.agent-pc .ff_topSlider:hover .owl-nav .owl-prev {
    left: 0;

    background-color: #fff;
}

.agent-pc .owl-carousel .owl-nav.disabled {
    display: none;
}

.agent-pc .ff_topSlider .content_list .owl-item.active .item_block p {
    font-family: inherit;

    color: #333;
}

/* 服务 */

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_block {
    width: calc(100% / 4 - 30px);

    background-color: transparent;

    margin-top: 30px;

    margin-bottom: 30px;

    /* overflow: hidden; */

    transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.agent-pc .ff_indexPage .service .module_container {
    position: relative;
    z-index: 1;
}

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover {
    transform: translateY(20px);
}

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_block::before {
    content: "";

    width: 100%;

    background-color: transparent;

    position: absolute;

    left: 0;

    height: 280px;

    top: 0;

    z-index: -1;
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);

        transform: translateY(-50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);

        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);

        transform: translateY(-50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);

        transform: translateY(0);

        opacity: 1;
    }
}

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover::before {
    background-color: #696bb6;

    animation: fade-in-top 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.agent-pc
    .ff_indexPage
    .service
    .content_list
    .item_block
    .item_box
    .item_index {
    display: block;

    font-family: AVGARDD;

    position: absolute;

    bottom: -80px;

    right: 0;

    color: #fbe5e6;

    font-size: 100px;

    opacity: 0;

    transition: all 0.3s ease;
}

.agent-pc
    .ff_indexPage
    .service
    .content_list
    .item_block:hover
    .item_box
    .item_index {
    bottom: -56px;

    opacity: 1;
}

.agent-pc .ff_indexPage .service.mlist .container_header {
    display: none;
}

.agent-pc .ff_indexPage .service .container_content {
    padding-top: 0;
}

.agent-pc .ff_indexPage .service.module {
    padding-top: 0px;

    background-color: #333570;

    padding-bottom: 0;
}

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_info
    .subtitle {
    display: block;

    text-align: center;

    color: #ffffff;

    opacity: 50%;

    font-family: "AVGARDD";
}

.agent-pc .ff_indexPage .service.mlist:not(.imagelink) .content_list .item_des {
    display: none;
}

.agent-pc .ff_indexPage .service .content_list .item_img {
    float: inherit;

    width: 100%;

    text-align: center;

    padding-top: 20px;
}

.agent-pc .ff_indexPage .service .content_list .item_wrapper {
    width: 100%;

    float: unset;

    margin-top: 0;

    padding-bottom: 50px;

    padding-top: 0;
}

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_wrapper
    .details {
    display: none;
}

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    text-align: center;

    color: #ffffff;
}

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title {
    color: #ffffff;
}

.agent-pc
    .ff_indexPage
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: #ffffff;
}

.agent-pc
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_img
    img {
    transform: scale(1);
}

.agent-pc
    .ff_indexPage
    .bodyservice
    .service.mlist:not(.imagelink)
    .content_list
    .item_block {
    width: calc(100% / 4 - 30px);

    background-color: #333570;
}

/* 服务幻灯 */

.agent-pc .ff_indexPage .service.ff_slider .owl-carousel .owl-nav.disabled {
    display: block;
}

.agent-pc
    .ff_indexPage
    .service.ff_slider.mlist
    .owl-nav
    .owl-next:hover
    .iconfont::after,
.agent-pc
    .ff_indexPage
    .service.ff_slider.mlist
    .owl-nav
    .owl-prev:hover
    .iconfont::after {
    color: #fff;
}

/* 服务列表 */

.agent-pc .bodylist .service .content_wrapper {
    margin-right: -30px;
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service
    .content_list
    .item_block
    .item_img {
    background: #333570;

    margin: 10px;

    float: inherit;

    width: auto;

    text-align: center;
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service
    .content_list
    .item_block:nth-child(n + 2)
    .item_img {
    background: #f7c590;
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service
    .content_list
    .item_block:nth-child(n + 3)
    .item_img {
    background: #696bb6;
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_block {
    width: calc(100% / 3 - 30px);

    background-color: transparent;

    border: 1px solid #eaeaea;

    overflow: hidden;
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:after {
    content: "";

    width: 0;

    height: 2px;

    position: absolute;

    bottom: 0;

    left: 50%;

    background-color: #999;

    transition: all 0.6s ease;
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover:after {
    left: 0;

    width: 100%;
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_block:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    text-align: center;
}

.agent-pc
    .ff_sitecontent
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_info
    .subtitle {
    display: block;

    text-align: center;

    color: #999;

    font-size: 13px;
}

.agent-pc .ff_sitecontent .ff_pageList .service .content_list .item_wrapper {
    width: 100%;

    float: unset;

    margin-top: 0;

    padding-bottom: 110px;

    padding-top: 24px;
}

.agent-pc
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_des
    .description {
    text-align: center;
}

.agent-pc .ff_pageList .service.mlist:not(.imagelink) .content_list .item_des {
    margin-top: 20px;
}

.agent-pc
    .ff_pageList
    .service.mlist:not(.imagelink)
    .content_list
    .item_wrapper
    .details {
    width: 100%;

    left: 0;

    text-align: center;

    font-size: 13px;
}

/* 图文板块 */

.agent-pc .mcustomize .wrapper .header .subtitle {
    font-family: inherit;

    color: #868686;

    margin-top: 10px;
}

.agent-pc
    .mcustomize.tlir
    .container_content
    .contentbody
    .wrapper
    .description,
.agent-pc
    .mcustomize.tril
    .container_content
    .contentbody
    .wrapper
    .description {
    color: #868686;
}

.agent-pc .mcustomize .wrapper .description {
    line-height: 48px;
}

.agent-pc .ff_indexPage .mcustomize.module {
    padding-bottom: 0px;
}

.agent-pc .mcustomize .container_content .contentbody .description a {
    font-family: AVGARDD;

    color: #999;
}

.agent-pc .mcustomize.tril .mediabody {
    animation-name: fadeInLeft;
}

.agent-pc .mcustomize .container_content .contentbody .description a:before {
    height: 2px;

    width: 150px;

    background: #999;

    opacity: 1;

    left: 0;

    top: 22px;

    font-family: unset;

    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.agent-pc
    .mcustomize
    .container_content
    .contentbody
    .description
    a:hover:before {
    width: 120px;
}

.agent-pc .mcustomize .container_content .contentbody .description a:after {
    position: absolute;

    font-family: mofont;

    content: "\e607";

    font-size: 13px;

    color: #777;

    top: 0;

    left: 20px;

    opacity: 0;

    transition: all 0.6s ease;

    font-weight: 600;
}

.agent-pc
    .mcustomize
    .container_content
    .contentbody
    .description
    a:hover:after {
    opacity: 1;

    left: 50px;
}

/* 图左文右 */

.agent-pc .mcustomize.tril .wrapper .header .title {
    font-family: inherit;

    font-weight: 600;

    font-size: 28px;
}

.agent-pc .mcustomize.tril .container_content .mediabody .image {




    margin-left: 10%;
}

.agent-pc .mcustomize.tril .contentbody {
    margin-left: 0;

    width: 32%;

    transform: translateX(-80px);
}

.agent-pc .mcustomize.tril .mediabody {
    width: 54%;
}

.agent-pc .mcustomize.tril .container_content .contentbody .wrapper {

}

/* 图右文左 */

.agent-pc .mcustomize.tlir .mediabody {
    width: 54%;
}

.agent-pc .mcustomize.tlir .wrapper .header .title {
    font-family: inherit;

    font-weight: 600;

    font-size: 28px;
}

.agent-pc .mcustomize.tlir .container_content .mediabody .image {
    padding-top: 75.56%;

    margin-top: 19.7%;

    margin-left: 10%;
}

.agent-pc .mcustomize.tlir .contentbody {
    margin-left: 0;

    width: 32%;

    transform: translateX(80px);
}

.agent-pc .mcustomize.tlir .container_content .contentbody .wrapper {
    padding-top: 45%;
}

/* 默认 */

.agent-pc .ff_sitecontent .initlayout.module .module_container:after {
    content: none;
}

.agent-pc .mcustomize.initlayout .wrapper .header .title {
    font-family: inherit;

    font-weight: 600;

    font-size: 28px;
}

.agent-pc .mcustomize.initlayout .container_content {
    margin-top: 0px;
}

/* 计数器 */

.agent-pc .ff_sitecontent .mcounter.module .module_container {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);

    background-color: #fff;
}

.agent-pc .ff_indexPage .mcounter .content_list li p.number .counterDX {
    font-family: AVGARDD;

    color: #464646;
}

/* 案例 */

.agent-pc .ff_indexPage .project.module {
    padding-bottom: 40px;

    padding-top: 120px;
}

.agent-pc .ff_indexPage .project.mlist .container_header {
    float: none;

    display: inline-block;
}

.agent-pc .ff_indexPage .project.mlist .module_container .container_category {
    padding-top: 0;

    float: right;

    width: auto;
}

.agent-pc
    .ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a.active
    span::before,
.agent-pc
    .ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a
    span::before {
    content: none;
}

.agent-pc .ff_indexPage .project.mlist .container_content {
    width: 100%;

    top: 0;

    position: inherit;

    margin-top: 50px;
}

.agent-pc .ff_indexPage .project .item_block {
    width: calc(100% / 3 - 30px);

    margin-bottom: 30px;
}

.agent-pc .ff_indexPage .project .item_block:nth-child(2n) {
    margin-right: 30px;
}

.agent-pc
    .ff_indexPage
    .project.mlist:not(.imagelink)
    .content_list
    .item_info
    .subtitle {
    display: none;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_des {
    display: block;

    transition: all 0.5s ease;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_des {
    transform: translateY(10px);
}

.agent-pc .project.mlist .content_list .item_block .item_box .item_wrapper {
    padding: 32px 20px;

    position: relative;

    overflow: hidden;
}

.agent-pc
    .project.mlist
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper:before {
    background-color: #999;

    width: calc(100% - 40px);
}

.agent-pc
    .project.mlist
    .content_list
    .item_block
    .item_box
    .item_wrapper:before {
    content: "";

    width: 100%;

    height: 2px;

    position: absolute;

    bottom: 0;

    background-color: #eaeaea;

    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);

    transform: translateX(-50%);

    left: 50%;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_des .description {
    color: #999;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .details {
    position: initial;

    margin-left: 0;

    color: #999;

    font-family: AVGARDD;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details
    .fa-angle-right::after {
    content: none;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details {
    color: #999;
}

.agent-pc .project.mlist:not(.imagelink) .content_list .item_block .details {
    color: transparent;

    margin-top: 10px;

    margin-left: 20px;

    margin-bottom: 10px;
}

.agent-pc
    .ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a:hover.ff_more {
    color: transparent;
}

.agent-pc
    .ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a.ff_more:after {
    top: 8px;

    left: 34%;
}

.agent-pc
    .ff_indexPage
    .project.mlist
    .module_container
    .container_category
    > a:hover.ff_more:after {
    color: #fff;
}

.agent-pc .ff_indexPage .project .content_wrapper,
.agent-pc .npagePage:not(.post) .project .content_wrapper {
    margin-right: -30px;
}

.agent-pc .project .content_list .item_block:hover .item_img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.agent-pc .project .content_list .item_block .item_img {
    transition: all 0.4s ease;
}

/* 案例列表 */

.agent-pc .project.mlistpost .postInfo .mainInfor .title {
    font-family: inherit;

    font-weight: 600;
}

.agent-pc
    .project.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title {
    /* color: #333570; */

    transform: translateY(10px);
}

/* 案例详情  非新编辑器 */

.agent-pc .ff_postPage .project #postWrapper::before {
    content: "";

    width: 100%;

    background-color: #fafafa;

    height: 526px;

    position: absolute;

    top: 0;

    left: 0;
}

.agent-pc .ff_postPage.content_editor .project #postWrapper::before {
    content: none;
}

.agent-pc .ff_postPage .content {
    position: relative;
}

.agent-pc .ff_postPage .project .postInfo {
    position: relative;
}

.agent-pc .ff_postPage .project.mlistpost .postInfo .description a.more {
    display: block !important;

    margin-top: 30px;

    width: 130px;

    height: 50px;

    line-height: 50px;

    background-color: transparent;
}

.ff_postPage .project.mlistpost .postInfo .description a:hover.more {
    background-color: #333570;
}

.agent-pc .ff_postPage .project #postSlider {
    margin: 57px 0;
}

.agent-pc .ff_postPage .project .postContent {
    padding-top: 66px;
}

.agent-pc .ff_postPage .project .postInfo .description {
    margin-top: 20px;
}

.agent-pc .ff_postPage .project .listWrap {
    display: none;
}

/* 案例详情 新编辑器 */

.agent-pc .ff_postPage.content_editor .project #postSlider {
    display: none;
}

/* 团队 */

.agent-pc .ff_indexPage .team.mlist .owl-nav {
    display: block;
}

.agent-pc .ff_indexPage .team.module {
    padding-bottom: 0;
}

.agent-pc .ff_indexPage .team.mlist .container_header {
    position: inherit;
}

.agent-pc .ff_indexPage .team.mlist .owl-dots {
    display: none;
}

.agent-pc .ff_indexPage .team.ff_slider .content_list .item_img {
    width: auto;

    margin-left: 0;

    transform: translate(150px);
}

.agent-pc
    .ff_indexPage
    .team.ff_slider
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    background-color: transparent;

    width: 500px;

    float: left;

    padding: 114px 0 0px;
}

.agent-pc
    .ff_indexPage
    .team.mlist:not(.imagelink)
    .content_list
    .item_block
    .details {
    margin-bottom: 30px;
}

.agent-pc
    .ff_indexPage
    .team.ff_slider
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    font-size: 28px;

    font-weight: 600;
}

.agent-pc
    .ff_indexPage
    .team.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_img
    img {
    transform: scale(1);
}

.agent-pc .ff_indexPage .team.module {
    margin-bottom: 30px;
}

.agent-pc
    .ff_indexPage
    .team.mlist:not(.imagelink)
    .content_list
    .item_info
    .subtitle {
    font-size: 14px;

    margin-top: 10px;
}

.agent-pc
    .team.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_des
    .description {
    color: #999;
}

.agent-pc
    .ff_indexPage
    .team.mlist:not(.imagelink)
    .content_list
    .item_des
    .description {
    height: 50px;
}

.agent-pc .ff_indexPage .team.mlist:not(.imagelink) .content_list .item_block {
    animation-name: FadeInRight;
}

.agent-pc .ff_indexPage .team.mlist .owl-nav {
    top: 0;
}

.agent-pc .ff_indexPage .team.mlist .owl-nav .owl-prev {
    left: unset;

    right: 81px;
}

.agent-pc .ff_indexPage .team.mlist .owl-nav .owl-prev:before {
    content: "";

    width: 1px;

    height: 50%;

    position: absolute;

    background-color: #eaeaea;

    right: -14px;

    top: 13px;
}

.agent-pc .ff_indexPage .team.mlist .owl-nav .owl-next {
    right: 0;
}

.agent-pc .ff_indexPage .team.mlist .owl-nav .owl-next:hover .iconfont::before,
.agent-pc .ff_indexPage .team.mlist .owl-nav .owl-prev:hover .iconfont::before {
    color: #333570;
}

.agent-pc .ff_indexPage .team.mlist .owl-nav .owl-next .iconfont::before,
.agent-pc .ff_indexPage .team.mlist .owl-nav .owl-prev .iconfont::before {
    font-weight: 600;
}

.agent-pc
    .ff_indexPage
    .team.mlist:not(.imagelink)
    .content_list
    .item_block
    .details
    .fa-angle-right:after {
    content: "";

    height: 2px;

    width: 150px;

    background: #999;

    opacity: 1;

    position: absolute;

    left: -40px;

    top: 14px;

    font-family: unset;

    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.agent-pc
    .ff_indexPage
    .team.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .details
    .fa-angle-right:after {
    width: 120px;
}

/* 团队非幻灯 */

.agent-pc .ff_indexPage .team.ff_noSlider .content_list .item_img {
    transform: translate(0px);

    margin-left: 0px;

    width: 260px;

    float: left;
}

.agent-pc .ff_indexPage .team.ff_noSlider .item_block {
    width: calc(100% / 2 - 30px);

    margin-right: 30px;
}

.agent-pc
    .ff_indexPage
    .team.ff_noSlider
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    background-color: transparent;

    padding: 44px 0 0px;
}

.agent-pc
    .ff_indexPage
    .team.ff_noSlider
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    font-size: 20px;

    font-weight: 600;
}

.agent-pc
    .ff_indexPage
    .team.ff_noSlider
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    width: 370px;
}

.agent-pc .ff_indexPage .team.ff_noSlider .content_wrapper {
    padding-top: 50px;
}

/* 团队列表 */

.agent-pc .npagePage.ff_pageList:not(.post) .team .item_block {
    width: calc(100% / 2 - 30px);

    margin-right: 30px;

    margin-bottom: 30px;

    position: relative;
}

.agent-pc .npagePage.ff_pageList:not(.post) .team .item_block:hover {
    background-color: #fbfbfb;
}

.agent-pc
    .npagePage.ff_pageList
    .team.mlist:not(.imagelink)
    .content_list
    .item_des::before {
    content: none;
}

.agent-pc
    .npagePage.ff_pageList
    .team.mlist:not(.imagelink)
    .content_list
    .item_des {
    padding-left: 0px;

    margin-top: 20px;
}

.agent-pc
    .npagePage.ff_pageList
    .team
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    padding-right: 30px;

    width: calc(50% - 10px);
}

.agent-pc
    .npagePage.ff_pageList
    .team
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper {
    transform: translateY(10px);
}

.agent-pc
    .ff_pageList
    .team.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    font-weight: 600;
}

/* 新闻 */

.agent-pc .news .item_block {
    width: calc(100% / 2 - 30px);

    margin-right: 30px;

    margin-bottom: 120px;
}

.agent-pc .news .content_list .item_block .item_box .item_wrapper {
    width: 90%;

    background: #fff;

    position: absolute;

    bottom: -140px;

    left: 5%;

    padding: 8%;

    padding-bottom: 20%;

    box-sizing: border-box;
}

.agent-pc
    .ff_indexPage
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    > .date_wrap,
.agent-pc
    .ff_pageList
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap {
    font-family: AVGARDD;

    font-size: 30px;

    bottom: 0;

    left: 8%;
}

.agent-pc
    .news
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    > .date_wrap,
.agent-pc
    .ff_pageList
    .news
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .date_wrap {
    bottom: 50px;
}

.agent-pc
    .ff_indexPage
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    > .date_wrap
    .year,
.agent-pc
    .ff_indexPage
    .mlist.news
    .item_block
    .date_wrap
    .time-connect:nth-of-type(1),
.agent-pc
    .ff_pageList
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap
    .year,
.agent-pc
    .ff_pageList
    .news
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .date_wrap
    .time-connect:nth-of-type(1) {
    display: none;
}

.agent-pc .news .content_list .item_block .item_box .item_wrapper::before {
    content: none;
}

.agent-pc
    .news
    .content_list
    .item_block
    .item_wrapper
    .item_des
    .description:before {
    content: "";

    width: 0;

    height: 1px;

    background-color: #ececec;

    position: absolute;

    bottom: -25px;
}

.agent-pc
    .news
    .content_list
    .item_block:hover
    .item_wrapper
    .item_des
    .description:before {
    width: 100%;
}

.agent-pc .news .content_list .item_wrapper .item_des {
    position: relative;
}

.agent-pc .news .content_list .item_block:hover .item_box .item_wrapper {
    transform: translatey(-70px);

    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.agent-pc
    .news.mlist:not(.imagelink)
    .content_list
    .item_block
    .details
    .fa-angle-right:before {
    display: none;
}

.agent-pc
    .news.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_des
    .description {
    color: #868686;
}

.agent-pc .ff_indexPage .news .container_category a.active span:before,
.agent-pc .ff_indexPage .news .container_category a:hover span:before {
    content: none;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .module_container
    .container_category
    > a.ff_more {
    color: transparent;

    padding: 8px 20px;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .module_container
    .container_category
    > a.ff_more::after {
    top: 8px;

    left: 0%;
}

.agent-pc
    .ff_indexPage
    .news.mlist
    .module_container
    .container_category
    > a.ff_more:hover::after {
    color: #fff;
}

.agent-pc .ff_indexPage .news .content_wrapper,
.agent-pc .ff_pageList .news .content_wrapper {
    margin-right: -30px;
}

/* 新闻幻灯 */

.agent-pc .ff_indexPage .news.ff_slider .owl-carousel .owl-stage-outer {
    height: 550px;
}

.agent-pc .ff_indexPage .news.mlist.ff_slider .owl-dots {
    display: none;
}

.agent-pc .ff_indexPage .news.module.ff_slider {
    padding-bottom: 80px;
}

.agent-pc .news.owl-carousel .owl-nav.disabled {
    display: block;
}

/* 新闻详情 */

.agent-pc .ff_postPage .news.mlistpost .listContent_post {
    display: none;
}

.agent-pc .ff_postPage .postInfo .usetdate,
.agent-pc
    .ff_postPage
    .news.mlistpost
    .content_list
    .item_wrapper
    > .date_wrap {
    font-family: inherit;
}

/* 不规则 */

.agent-pc .ff_indexPage .ad01 {
    padding-bottom: 60px;
}

.agent-pc .ff_indexPage .ad01 .item_block {
    margin-bottom: 60px;
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .tab_content
    .content_list
    .item_block
    .item_box
    .item_wrapper {
    padding: 173px 0 38px 50px;

    background-color: transparent;

    opacity: 1;
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .tab_content
    .content_list
    .owl-item.active2
    .item_block
    .item_box
    .item_wrapper::before {
    content: "";

    background-color: #333570;

    width: 90%;

    height: 300px;

    position: absolute;

    left: 0;

    bottom: 0;

    z-index: -1;

    animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;

    box-shadow: 0px 22px 43px 0px rgba(33, 33, 33, 0.14);
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);

        transform: translateY(50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);

        transform: translateY(0);

        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);

        transform: translateY(50px);

        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);

        transform: translateY(0);

        opacity: 1;
    }
}

.agent-pc
    .ff_indexPage
    .ad01.mlist:not(.imagelink)
    .content_list
    .owl-item.active2
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: rgba(255, 255, 255, 0.7);
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .module_container
    .container_category
    > a.ff_more {
    color: transparent;

    position: relative;
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .module_container
    .container_category
    > a.ff_more::after {
    content: "更多";

    font-family: 微软雅黑;

    font-size: 13px;

    color: #828282;

    position: absolute;

    right: 0;

    top: 8px;

    left: 0%;
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .module_container
    .container_category
    > a.ff_more:hover::after {
    color: #fff;
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    color: #444;
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: #b7b7b7;
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .content_list
    .owl-item.active2
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    color: #fff;
}

.agent-pc
    .ff_indexPage
    .ad01.mlist
    .content_list
    .owl-item.active2
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: rgba(255, 255, 255, 0.5);
}

/* 不規則列表 */

.agent-pc .ff_pageList .ad01.mlist:not(.imagelink) .content_list .item_block {
    width: calc(100% / 3 - 30px);

    float: left;

    margin-right: 30px;

    margin-bottom: 30px;

    border: none;
}

.agent-pc .ff_pageList .ad01 .container_content .tab_button {
    display: none;
}

.agent-pc .ff_pageList .ad01.mlist:not(.imagelink) .content_list .date_wrap {
    display: none;
}

.agent-pc .ff_pageList .ad01 .item_info {
    padding-top: 30px;

    padding-bottom: 30px;

    transition: all 0.6s ease;
}

.agent-pc .ff_pageList .ad01 .item_block:hover .item_info {
    padding-left: 30px;
}

.agent-pc .ff_pageList .ad01 .item_block:hover .item_info {
    background-color: #333570;
}

.agent-pc
    .ff_pageList
    .ad01
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title {
    color: #fff;
}

.agent-pc
    .ff_pageList
    .ad01
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .subtitle {
    color: rgba(255, 255, 255, 0.5);
}

.agent-pc .ff_pageList .ad01 .content_list .details,
.agent-pc
    .ff_pageList
    .ad01.mlist:not(.imagelink)
    .content_list
    .item_des
    .description {
    display: none;
}

.agent-pc
    .ff_pageList
    .ad01.mlist:not(.imagelink)
    .content_list
    .item_info
    .title {
    font-size: 16px;
}

/* 视频 */

.agent-pc .bodyindex .mlist.videom.module:after {
    content: none;
}

.agent-pc .ff_indexPage .videom.mlist .container_header .title,
.agent-pc .videom.mlist:not(.imagelink) .content_list .item_des {
    display: block;
}

.agent-pc .ff_sitecontent .videom.module .module_container {
    margin-top: 0;

    height: auto;
}

.agent-pc .ff_indexPage .videom.mlist .container_header {
    float: none;
}

.agent-pc .ff_indexPage .videom.mlist:not(.imagelink) .content_list .item_img {
    width: 100%;

    height: auto;

    border-radius: 0px;

    transform: scale(1);

    margin-left: 0;

    box-shadow: none;

    transition: all 0.5s ease;
}

.agent-pc
    .ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_img
    img {
    visibility: visible;

    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.agent-pc .videom .content_list .item_block .item_box .item_wrapper {
    text-align: left;

    padding-top: 14px;

    padding-left: 0px;

    padding-right: 0px;
}

.agent-pc .videom .content_list .item_block:hover .item_box .item_wrapper {
    background-color: #f9f9f9;
}

.agent-pc
    .ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_box:before {
    content: none;
}

.agent-pc .videom .content_list .item_block .item_box .item_img:after {
    content: "";

    width: 80px;

    border-radius: 100%;

    z-index: 0;

    position: absolute;

    height: 80px;

    background-color: #fff;

    top: 0;

    left: calc(50% - 40px);

    opacity: 0;

    transition: all 0.6s ease;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-pc .videom .content_list .item_block:hover .item_box .item_img:after {
    top: calc(50% - 40px);

    opacity: 1;
}

.agent-pc .videom .content_list .item_block .item_box .item_img::before {
    content: "";

    position: absolute;

    border-bottom: 10px solid transparent;

    border-left: 15px solid #444;

    border-top: 10px solid transparent;

    left: calc(50% - 5px);

    top: calc(50% - 8px);

    transition: all 0.6s ease;

    z-index: 1;

    opacity: 0;
}

.agent-pc .videom .content_list .item_block:hover .item_box .item_img::before {
    opacity: 1;
}

.agent-pc .videom .content_list .item_block .item_box .item_wrapper:before {
    content: none;
}

.agent-pc
    .ff_indexPage
    .videom.mlist:not(.imagelink)
    .content_list
    .item_img
    .item_mask {
    display: none;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_des .description {
    height: 0;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_des {
    font-size: 13px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    line-height: 26px;

    transition: all 0.3s ease;

    position: relative;

    display: none;
}

.agent-pc .videom.mlist:not(.imagelink) .content_list .item_info .subtitle {
    display: none;
}

.agent-pc .videom .content_list .item_block .item_box .item_wrapper:after {
    content: none;
}

.agent-pc .ff_indexPage .videom .container_content {
    padding-top: 50px;
}

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_wrapper
    .details {
    display: block;

    position: absolute;

    right: 0;

    bottom: -20px;

    margin-bottom: 24px;

    opacity: 0;
}

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_wrapper
    .details {
    bottom: 0;

    opacity: 1;
}

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block:hover
    .item_box
    .item_wrapper
    .item_info
    .title {
    margin-left: 20px;
}

.agent-pc
    .videom.mlist:not(.imagelink)
    .content_list
    .item_block
    .item_box
    .item_wrapper
    .item_info
    .title {
    font-size: 16px;
}

/* 视频幻灯 */

.agent-pc .videom.mlist .owl-dots {
    display: none;
}

/* 联系 */

.agent-pc .ff_indexPage .mcontact {
    display: none;
}

/* 表单 */

.agent-pc .ff_sitecontent .mFormPage.module .module_container {
    background-color: #fff;
}

.agent-pc .ff_sitecontent .mFormPage.module .mo-form-list {
    padding: 80px 0;

    position: relative;
}

.agent-pc .ff_sitecontent .mFormPage.module .mo-form-list:before {
    content: "";

    width: 10%;

    height: 1px;

    background-color: #eaeaea;

    position: absolute;

    top: 34px;

    left: calc(50% - 5%);
}

.agent-pc .ff_sitecontent .mFormPage .mo-button input {
    width: 250px;

    border-color: transparent;

    font-size: 16px;

    line-height: 54px;
}

/* 单页详情页 */

/* .agent-pc body #sitecontent .npagePage.pageEditor.content_editor .postbody{

    padding-top: 160px;

} */

.agent-pc #sitecontent .npagePage.content_editor .listWrap {
    display: none;
}

/* 联系 */

.agent-pc .bodypage #sitecontent {
    padding-top: 160px;
}

.agent-pc .pageEditor .module_container {
    padding-top: 60px;
}

/* 合作伙伴 */

.agent-pc .imagelink .content_wrapper {
    padding-top: 0px;
}

.agent-pc .ff_pageList .imagelink .content_list .item_block {
    margin-bottom: 50px;
}

/* 搜索页面 */

.agent-pc .npagePage .search .container_content {
    padding-top: 210px;
}

.agent-pc #search-list .searchFormGroup input {
    border: none;

    background-color: transparent;
}

.agent-pc .ff_sitecontent .ff_pageList .search.module .module_container {
    width: 80%;
}

.agent-pc #search-list .searchFormGroup .searchSub {
    background-color: #333570;
}

.agent-pc
    .searchPage
    .mlist.search
    .content_list
    .item_block
    .item_box
    .item_info {
    float: inherit;
}

.agent-pc
    .searchPage
    .mlist.search
    .content_list
    .item_block
    .item_box
    .date_wrap {
    margin-left: 0px;

    font-family: AVGARDD;
}

.agent-pc .searchPage .mlist.search .content_list .item_block .details {
    padding-left: 0;
}

.agent-pc .searchPage .ff_pageList {
    padding-bottom: 60px;
}

#navWrapper .content .nav .navitem > a {
    height: 48px;
    line-height: 48px;
}

.agent-pc body #header.mini #navWrapper .content .nav > .navitem > a {
    height: 73px;
}
/* 2020/07/03 ghl 修改 */


/* 2020/07/23 yyq 合并 lin 修改 */


.agent-pc body #headTop #search-header{

    display: inline-block;

    margin-right: 50px;

    float: right;

}



.agent-pc .ff_indexPage #mcontact{

    display: block;

    background-color: #1d1d1d;

    padding-bottom: 150px;

}

.agent-pc .ff_sitecontent .mcontact.module::before{

    content: none;

}

.agent-pc .ff_indexPage .mcontact form{

    display: none;

}

.agent-pc #mcontact .container_header{

    display: block;

    transform: translatex(0px);

    margin-bottom: 30px;

}

.agent-pc .ff_indexPage #mcontact .container_header .title{

    font-family: inherit;

    color: #fff;

}

.agent-pc #mcontact .contactinfo{

    float: left;

    width:100%;

}

.agent-pc #mcontact .contactform{

    margin-top: 80px;

}

.agent-pc .ff_indexPage .mcontact .container_header .subtitle{

    font-family: inherit;

}

.agent-pc #mcontact .contactinfo .contact_name{

    color: #fff;

    font-weight: 400;

}

.agent-pc #mcontact .ff_social{

    top: 0;

    right: 0;

    padding-top: 20px;

}

.agent-pc #footer p{

    max-width: 70%;

    min-width: 1280px;

}

.agent-pc .ff_indexPage .imagelink.module{

    padding-top: 80px;

    padding-bottom: 100px;

}



@media screen and (max-width:1870px){

    .agent-pc .ff_indexPage .team.ff_noSlider .content_list .item_block .item_box .item_wrapper{

        width: 350px;

    }

} 

.agent-pc .ff_indexPage .service.ff_slider .owl-carousel .owl-stage-outer{

    height: 380px;

}

.agent-pc .ff_indexPage .service.ff_slider.mlist:not(.imagelink) .content_list .item_block{

    margin-top: 50px;

}

.agent-pc .ff_indexPage .imagelink.mlist .owl-nav .owl-next .iconfont::before{

    left: unset;

    right: 6px;

}

.agent-pc .ff_indexPage .agent-pc .mlist .owl-nav .owl-next .iconfont::after{

    left: unset;

    right: 4px;

}

.agent-pc .news .content_list .item_block .item_box .item_wrapper{

    bottom: -70px;

    padding-bottom: 10%;

}

.agent-pc .news .content_list .item_block:hover .item_box .item_wrapper{

    padding-bottom: 20%;

    transform: translatey(-20px);

}

.agent-pc .ff_indexPage .news .content_list .item_block .item_box .item_wrapper > .date_wrap, 

.agent-pc .ff_pageList .news .content_list .item_block .item_box .item_wrapper .item_info .date_wrap{

    transition: all 0.36s ease;

}

.agent-pc .mcustomize .container_content .contentbody .description a:before{

    color: transparent;

}

.agent-pc .search .search_empty{

    font-size: 20px;

    margin-top: 20px;

}
/* 2020/07/23 yyq 合并 lin 修改 */